/*头部*/
/*$$
{"color":[{"val":"#ffffff","title":"默认导航/二级导航鼠标滑过 文字颜色"},
{"val":"#646464","title":"导航英文字体颜色"},
{"val":"#262626","title":"WAP端关闭按钮背景颜色"},
{"val":"#333333","title":"PC端二级导航默认字体颜色"},
{"val":"#fd4e2a","title":"PC端鼠标滑过导航/WAP端二级导航 文字颜色"},
{"val":"#263053","title":"WAP端一级导航文字颜色"}],
"background":[{"val":"rgba(0,0,0,0.3)","title":"PC端导航背景颜色"},
{"val":"#fd4e2a","title":"PC端LOGO背景颜色/PC端二级导航鼠标滑过背景颜色"},
{"val":"#ffffff","title":"PC端二级导航背景颜色"},
{"val":"rgba(255, 255, 255, .96)","title":"WAP端导航窗口背景颜色"},
{"val":"#333333","title":"WAP端导航背景颜色"}],
"border":[{"val":"#2d2d2d","title":"PC端导航边框"},
{"val":"#dfe0e1","title":"WAP端导航边框"}]}
$$*/
#head_144{
	width: 100%;
	height: 120px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
#head_144 .header{
	width: 100%;
	height: 100%;
}
#head_144.fixedNav{
	background: #ffffff;
	/* background:rgba(0,0,0,0.3) !important; */
	box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}
#head_144 .logo{
	width: calc((100% - 1200px)/2 + 250px);
	background: #fd4e2a;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	border-radius: 0 0 20px 0;
	position: absolute; 
	left: 0;
	top:0;
}

#head_144 .logo a{
	display: flex;
	width: 250px;
	align-items: center;
	justify-content: center;
}
#head_144 .logo img{
	max-width: 75%;
	max-height: 75%;
}
#head_144 .navBox{
	width: 1200px;
	margin: 0 auto;
	padding-left: 300px;
	height: 100%;
}
#head_144 .navMain{
	width: 100%;
	padding-top: 30px;
	border-bottom:#2d2d2d solid 1px;
	height: 100%;
	display: flex;
}
#head_144.fixedNav .navMain{
	border-bottom: none;
}
#head_144 .navMain .navTit{
	flex: 1;
	font-size: 16px;
	float: left;
	position: relative;
}
#head_144 .navMain .navTit .tit{
	color:#ffffff;
	text-align: center;
	display: block;
	line-height: 30px;
	position:relative;
	height: 100%;
}
#head_144.fixedNav .navMain .navTit .tit{
	color: #333333;
}
#head_144 .navMain .navTit:hover .tit{
	color:#fd4e2a;
}
#head_144 .navMain .navTit .tit::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 22px;
	background: url(./../../../static/images/HD000018_04.png) no-repeat center;
	background-size: cover;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0;
}
#head_144 .navMain .navTit:hover .tit::after{
	bottom: 10px;
	opacity: 1;
}
#head_144 .navMain .navTit .tit i{
	font-size: 12px;
	color:#646464;
	display: block;
	text-align: center;
	line-height: 20px;
}
#head_144 .navTit .levelUl{
	position: absolute;
	top:90px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition:all 1.5s;
	height: 0;
	overflow: hidden;
}
#head_144 .navTit:hover .levelUl{
	height: auto;
	opacity: 1;
}
#head_144 .leveltit i{
	position: relative;
	z-index: 9;
	display: block;
	min-width: 120px;
	padding: 0 20px;
	white-space: nowrap;
	line-height: 35px;
	color:#333333;
}
#head_144 .leveltit{
	width: auto;
	background:#ffffff;
	margin-bottom: 8px;
	border-radius: 5px;
	text-align: center;
	height: 35px;
	display: block;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
#head_144 .leveltit::after{
	background:#fd4e2a;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	transition: all .5s;
}
#head_144 .leveltit:hover::after{
	width: 100%;
}
#head_144 .leveltit:hover i{
	color:#ffffff;
}
/* 右侧菜单 */
#head_144 #menuClosed{
    position: absolute;
    right:15px;
    top:15px;
    font-size:25px;
    color: #262626;
	font-weight: bold;
}
#head_144 .menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(255, 255, 255, .96);
    z-index: 999999999;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
    transition: visibility 0s ease .4s,opacity .4s ease;
}
#head_144 .menu.cur{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
#head_144 .menu-cnt{
	width:100%;
	height: 100%;
    right:0;
    top: 0;
    padding:60px 30px 30px 30px;
}
#head_144 .menu-cnt.cur{
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
#head_144 .menu-item{
    border-bottom:#dfe0e1 1px solid;
	padding:10px 20px;
	height: auto;
	display: block;
}
#head_144 .menu-list li .dropdown_menu{
	display: none;
}
#head_144 .menu-list li.active .dropdown_menu{
	display:block;
}
#head_144 .menu-list li .dropdown_menu a{
	display:block;
	height:28px;
	color:#fd4e2a;
	line-height:28px;
	font-size:14px;
	padding-left: 20px;
	box-sizing:border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#head_144 .menu-list li .dropdown_menu a:last-child{
	border:none;
}
#head_144 .menu-title{
    position: relative;
    font-size:16px;
    font-weight: 500;  
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height:40px;
	color:#263053;
}
#head_144 .menu-title a{
	color:#263053;
}
#head_144 .menu-item.up .menu-title{
	background: url(./../../../static/images/HD000018_06.png) no-repeat right center;
	background-size: auto 10px;
}
#head_144 .menu-item.up.active .menu-title{
	background: url(./../../../static/images/HD000018_05.png) no-repeat right center;
	background-size: auto 10px;
}
#head_144 .menu-list{
    height: 75%;
	overflow: auto;
	width: 100%;
}
#head_144 .menu-contact{
	position: absolute;
	bottom:30px;
	background: url(./../../../static/images/HD000018_07.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left:40px;
	color:#263053;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
}
#head_144 .navBtn{
	display: none;
	width: 70px;
	height:60px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-right:20px;
}
#head_144 .navBtn .span_0{
    position: absolute;
    width: 30px;
	right: 0;
	background: #ffffff;
	height: 3px;
    top: 40%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#head_144 .navBtn.cur .span_0{
    top: 46%;
}
#head_144 .navBtn.cur .span_0.span_1{
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
#head_144 .navBtn.cur .span_0.span_2{
    opacity: 0;
}
#head_144 .navBtn.cur .span_0.span_3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#head_144 .navBtn .span_0.span_1{
    top: 35%;
}
#head_144 .navBtn .span_0.span_2{
    top: 50%;
    width:30px;
}
#head_144 .navBtn .span_0.span_3{
    top: 65%;
}
#bananer_144{
	width: 100%;
	overflow: hidden;
}
#bananer_144 .bannerSwiper{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
#bananer_144 .bannerSwiper .swiper-slide{
	width:100%;
	height:100%;
	overflow: hidden;
}
#bananer_144 .bannerSwiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: bigimgani 5000ms infinite ease-out;
	transform: scale(1.1);
}
@keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
#bananer_144 .bannerSwiper .swiper-slide,
#bananer_144 .bannerSwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
#bananer_144 .bannerSwiper .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(./../../../static/images/HD000018_01.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_144 .bannerSwiper:hover .slider-btn-prev {
    left: 10%;
}
#bananer_144 .bannerSwiper .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(./../../../static/images/HD000018_02.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}
#bananer_144 .bannerSwiper:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}
#bananer_144 #pcBana{
	display: block;
}
#bananer_144 #wapBana{
	display: none;
}
@media screen and (max-width: 1200px) {
	#head_144 .logo{
		width: 200px;
		justify-content:center;
	}
	#head_144 .logo a{
		width: 100%;
		height: 100%;
	}
	#head_144 .navBox{
		width: 100%;
		padding-left: 200px;
	}
}
@media screen and (max-width: 768px){
	#bananer_144 #pcBana{
		display: none;
	}
	#bananer_144 #wapBana{
		display: block;
	}
	#head_144{
		height: 80px;
		height: 60px;
	}
	#head_144 .navBox{
		display: none;
	}
	#bananer_144{
		margin-top: 60px;
	}
	#head_144 .logo{
		width: 50%;
		background: none;
		justify-content:center;
	}
	#head_144 .navBtn{
		display: block;
	}
}

#gotop_144{
	position: fixed;
	right: 100px;
	width:58px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_144 .topList{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:last baseline;
	/* padding-left: 165px; */
}
#gotop_144 .topList li{
	width: 58px;
	height: 58px;
	background: #fd4e2a;
	color: #ffffff;
	border-radius: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	float: right;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
#gotop_144 .topList li .tellCon{
	width: 0;
	background: #fd4e2a;
	position: absolute;
	right: 0;
	display: flex;
	border-radius: 58px;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
}
#gotop_144 .topList li:hover .tellCon{
	width: 220px;
	opacity: 1;
}
#gotop_144 .topList li .codeCon{
	background: #fd4e2a;
	width: 0;
	height: 100px;
	position: absolute;
	right: 65px;
	top:50%;
	margin-top: -50px;
	padding: 10px;
	opacity: 0;
	transition: all .8s;
	border-radius: 10px;
}
#gotop_144 .topList li:hover .codeCon{
	width: 100px;
	opacity: 1;
}
#gotop_144 .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_144 .topList li .tellCon img{
	margin-right: 10px;
}
#gotop_144 .topList .topBtn{
	background: #666666;
}
@media screen and (max-width: 1024px){
	#head_144 .navMain .navTit{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	#gotop_144{
		display: none;
	}
	#head_144,
	#head_144.fixedNav{
		background: #333333;
	}
}